home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / windows / virc96_1.zip / VIRC96.EXE / 0 / RCDATA / TDCCCHAT / TDCCCHAT.txt < prev   
Text File  |  1996-06-04  |  3KB  |  136 lines

  1. object DCCChat: TDCCChat
  2.   Left = 286
  3.   Top = 170
  4.   Width = 563
  5.   Height = 440
  6.   ActiveControl = ToolbarPanel
  7.   Caption = 'DCC Chat'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poDefault
  15.   Visible = True
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 555
  24.     Height = 388
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     BorderWidth = 5
  28.     Caption = 'Panel1'
  29.     TabOrder = 0
  30.     object MainPanel: TPanel
  31.       Left = 5
  32.       Top = 43
  33.       Width = 545
  34.       Height = 308
  35.       Align = alClient
  36.       BevelOuter = bvLowered
  37.       BorderWidth = 5
  38.       Caption = 'MainPanel'
  39.       TabOrder = 0
  40.       object tbRemote: TRichEdit
  41.         Left = 6
  42.         Top = 6
  43.         Width = 533
  44.         Height = 148
  45.         Align = alTop
  46.         HideScrollBars = False
  47.         ScrollBars = ssVertical
  48.         TabOrder = 0
  49.       end
  50.       object tbLocal: TRichEdit
  51.         Left = 6
  52.         Top = 158
  53.         Width = 533
  54.         Height = 144
  55.         TabStop = False
  56.         Align = alClient
  57.         HideScrollBars = False
  58.         ReadOnly = True
  59.         ScrollBars = ssVertical
  60.         TabOrder = 1
  61.       end
  62.       object Splitter1: TSplitter
  63.         Left = 6
  64.         Top = 154
  65.         Width = 533
  66.         Height = 4
  67.         Cursor = crVSplit
  68.         BevelOuter = bvNone
  69.         Orientation = spHorizontal
  70.         ControlLeftTop = tbRemote
  71.         ControlRightBottom = tbLocal
  72.       end
  73.     end
  74.     object Panel2: TPanel
  75.       Left = 5
  76.       Top = 351
  77.       Width = 545
  78.       Height = 32
  79.       Align = alBottom
  80.       BevelOuter = bvNone
  81.       Caption = 'Panel2'
  82.       TabOrder = 1
  83.       object tbChatCommand: TRichEdit
  84.         Left = 0
  85.         Top = 0
  86.         Width = 545
  87.         Height = 32
  88.         Align = alClient
  89.         TabOrder = 0
  90.         WordWrap = False
  91.         OnKeyPress = tbChatCommandKeyPress
  92.       end
  93.     end
  94.     object ToolbarPanel: TPanel
  95.       Left = 5
  96.       Top = 5
  97.       Width = 545
  98.       Height = 38
  99.       Align = alTop
  100.       TabOrder = 2
  101.       object pbAbort: TSpeedButton
  102.         Left = 11
  103.         Top = 4
  104.         Width = 31
  105.         Height = 31
  106.         Hint = 'End this DCC Chat session'
  107.         Glyph.Data = {
  108.           76010000424D7601000000000000760000002800000020000000100000000100
  109.           04000000000000010000130B0000130B00000000000000000000000000000000
  110.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  111.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  112.           3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  113.           33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  114.           993337777F777F3377F3393999707333993337F77737333337FF993399933333
  115.           399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  116.           399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  117.           399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  118.           99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  119.           3333333777333777333333333999993333333333377777333333}
  120.         NumGlyphs = 2
  121.         ParentShowHint = False
  122.         ShowHint = False
  123.         OnClick = pbAbortClick
  124.       end
  125.     end
  126.   end
  127.   object StatusBar: TStatusBar
  128.     Left = 0
  129.     Top = 388
  130.     Width = 555
  131.     Height = 24
  132.     Panels = <>
  133.     SimplePanel = True
  134.   end
  135. end
  136.